minor .spec cleanup
This commit is contained in:
parent
6a84bd1083
commit
740afb74b4
12
libical.spec
12
libical.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Reference implementation of the iCalendar data type and serialization format
|
Summary: Reference implementation of the iCalendar data type and serialization format
|
||||||
Name: libical
|
Name: libical
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: LGPLv2 or MPLv1.1
|
License: LGPLv2 or MPLv1.1
|
||||||
URL: http://freeassociation.sourceforge.net/
|
URL: http://freeassociation.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/freeassociation/%{name}-%{version}.tar.gz
|
||||||
@ -18,7 +18,7 @@ used in dozens of calendaring and scheduling products.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for libical
|
Summary: Development files for libical
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}, pkgconfig
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libical-devel package contains libraries and header files for developing
|
The libical-devel package contains libraries and header files for developing
|
||||||
@ -40,8 +40,8 @@ make %{?_smp_mflags} -C %{_target_platform}
|
|||||||
%install
|
%install
|
||||||
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
|
||||||
|
|
||||||
# omit libtool archives, static libs
|
# omit static libs
|
||||||
rm -fv %{buildroot}%{_libdir}/lib*.*a
|
rm -fv %{buildroot}%{_libdir}/lib*.a
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -60,10 +60,12 @@ rm -fv %{buildroot}%{_libdir}/lib*.*a
|
|||||||
%{_libdir}/libicalss.so
|
%{_libdir}/libicalss.so
|
||||||
%{_libdir}/libicalvcal.so
|
%{_libdir}/libicalvcal.so
|
||||||
%{_libdir}/pkgconfig/libical.pc
|
%{_libdir}/pkgconfig/libical.pc
|
||||||
%dir %{_includedir}/%{name}
|
|
||||||
%{_includedir}/libical/
|
%{_includedir}/libical/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 08 2014 Rex Dieter <rdieter@fedoraproject.org> 1.0-6
|
||||||
|
- minor .spec cleanup
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user