Changeset 807 for spec/trunk/SPECS
- Timestamp:
- Jun 18, 2016, 12:21:36 PM (9 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 4 edited
-
glib2.spec (modified) (1 diff)
-
libidl.spec (modified) (7 diffs)
-
pango.spec (modified) (3 diffs)
-
yum-metadata-parser.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/glib2.spec
r806 r807 11 11 Url: http://www.gtk.org/ 12 12 Group: Development/Libraries/C and C++ 13 Vendor: bww bitwise works GmbH 13 14 14 15 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip -
spec/trunk/SPECS/libidl.spec
r687 r807 24 24 Url: http://www.gnome.org 25 25 Version: 0.8.14 26 Release: 4%{?dist}26 Release: 5%{?dist} 27 27 #Release: 42.20 28 28 # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to < (here and in baselibs.conf) 29 29 Summary: IDL Parsing Library 30 Vendor: Andrew T. Veliath <andrewtv@usa.net>31 30 License: LGPL-2.1+ 32 31 Group: System/Libraries 32 Vendor: bww bitwise works GmbH 33 34 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip 35 33 36 Provides: %{name} = %{version} 34 37 # Note: we keep <= (and a rpmlint warning...) until we get a version higher than 0.8.14 (when this provides/obsoletes was introduced) … … 39 42 #%endif 40 43 # 41 Source: %{name}-%{version}%{?svn_rev:-r%{svn_rev}}.zip42 #Source: http://ftp.gnome.org/pub/GNOME/sources/%{_name}/0.8/%{_name}-%{version}.tar.bz243 #Source99: baselibs.conf44 44 Requires: glib2 libgcc1 45 45 BuildRequires: bison … … 47 47 BuildRequires: glib2-devel 48 48 BuildRequires: pkgconfig 49 BuildRoot: %{_tmppath}/%{name}-%{version}-build50 49 51 50 %description … … 91 90 92 91 %configure \ 93 --prefix=%{_prefix} \94 92 --enable-shared \ 95 93 --enable-static … … 112 110 # rm -f %{buildroot}%{_libdir}/*.lib 113 111 emxomf -o %{buildroot}%{_libdir}/IDL-2.lib %{buildroot}%{_libdir}/IDL-2.a 114 emximp -o %{buildroot}%{_libdir}/IDL-2_dll.lib %{buildroot}%{_libdir}/idl 20.dll115 emximp -o %{buildroot}%{_libdir}/IDL-20_dll.lib %{buildroot}%{_libdir}/idl 20.dll112 emximp -o %{buildroot}%{_libdir}/IDL-2_dll.lib %{buildroot}%{_libdir}/idl-20.dll 113 emximp -o %{buildroot}%{_libdir}/IDL-20_dll.lib %{buildroot}%{_libdir}/idl-20.dll 116 114 # change shell path in libIDL-config-2 117 115 sed -e 's-\#\! \/bin\/sh-#! /@unixroot/usr/bin/sh-g' \ … … 146 144 %defattr(-,root,root) 147 145 %doc COPYING ChangeLog AUTHORS README* NEWS BUGS tstidl.c 148 %{_libdir}/ idl*.dll146 %{_libdir}/IDL*.dll 149 147 # generic directory for idl files 150 148 # %dir %{_datadir}/idl … … 164 162 165 163 %changelog 164 * Sat Jun 18 2016 yd <yd@os2power.com> 0.8.14-5 165 - rebuild for glib2 2.33. 166 166 167 * Thu Mar 10 2016 Valery Sedletski <_valerius@mail.ru> - 0.8.14-4 167 168 - fixed permissions for libIDL-config-2 to be 755 -
spec/trunk/SPECS/pango.spec
r666 r807 12 12 Name: pango 13 13 Version: 1.28.4 14 Release: 1%{?dist}14 Release: 2%{?dist} 15 15 License: LGPLv2+ 16 16 Group: System Environment/Libraries … … 111 111 %{_bindir}/pango-querymodules.exe 112 112 %{_bindir}/pango-view.exe 113 %{_mandir}/man1/pango-view.1 .gz114 %{_mandir}/man1/pango-querymodules.1 .gz113 %{_mandir}/man1/pango-view.1 114 %{_mandir}/man1/pango-querymodules.1 115 115 %{_libdir}/pango 116 116 # @todo needs gobject-introspection … … 136 136 137 137 %changelog 138 * Sat Jun 18 2016 yd <yd@os2power.com> 1.28.4-2 139 - rebuild for glib2 2.33. 140 138 141 * Sat Feb 20 2016 Dmitriy Kuminov <coding@dmik.org> 1.28.4-1 139 142 - Initial package for version 1.28.4. -
spec/trunk/SPECS/yum-metadata-parser.spec
r781 r807 3 3 Name: yum-metadata-parser 4 4 Version: 1.1.4 5 Release: 6%{?dist}5 Release: 7%{?dist} 6 6 Source0: %{name}-%{version}.tar.gz 7 7 License: GPL 8 8 Group: Development/Libraries 9 9 URL: http://devel.linux.duke.edu/cgi-bin/viewcvs.cgi/yum-metadata-parser/ 10 Vendor: bww bitwise works GmbH 11 10 12 Requires: yum >= 2.6.2 11 13 BuildRequires: python-devel … … 46 48 47 49 %changelog 50 * Sat Jun 18 2016 yd <yd@os2power.com> 1.1.4-7 51 - rebuild for glib2 2.33. 52 48 53 * Thu Jun 09 2016 yd <yd@os2power.com> 1.1.4-6 49 54 - rebuild for ucs4, ticket#182.
Note:
See TracChangeset
for help on using the changeset viewer.
