Blame SPECS/libmodman.spec

cf543c
Name:           libmodman
cf543c
Version:        2.0.1
cf543c
Release:        6%{?dist}
cf543c
Summary:        A simple library for managing C++ modules (plug-ins)
cf543c
cf543c
Group:          System Environment/Libraries
cf543c
License:        LGPLv2+
cf543c
URL:            http://code.google.com/p/libmodman/
cf543c
Source0:        http://libmodman.googlecode.com/files/%{name}-%{version}.tar.gz
cf543c
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cf543c
cf543c
BuildRequires:  cmake >= 2.8.0
cf543c
BuildRequires:  zlib-devel
cf543c
cf543c
%description
cf543c
libmodman is a simple library for managing C++ modules (plug-ins).
cf543c
cf543c
%package        devel
cf543c
Summary:        Development files for %{name}
cf543c
Group:          Development/Libraries
cf543c
Requires:       %{name} = %{version}-%{release}
cf543c
Requires:       pkgconfig
cf543c
Requires:       cmake >= 2.8.0
cf543c
cf543c
%description    devel
cf543c
The %{name}-devel package contains libraries and header files for
cf543c
developing applications that use %{name}.
cf543c
cf543c
%prep
cf543c
%setup -q
cf543c
#sed -i 's|-Werror||' libmodman/CMakeLists.txt
cf543c
cf543c
%build
cf543c
%{cmake}
cf543c
make VERBOSE=1 %{?_smp_mflags}
cf543c
cf543c
%check
cf543c
make test
cf543c
cf543c
%install
cf543c
rm -rf $RPM_BUILD_ROOT
cf543c
make install DESTDIR=$RPM_BUILD_ROOT
cf543c
cf543c
%clean
cf543c
rm -rf $RPM_BUILD_ROOT
cf543c
cf543c
%post -p /sbin/ldconfig
cf543c
cf543c
%postun -p /sbin/ldconfig
cf543c
cf543c
%files
cf543c
%defattr(-,root,root,-)
cf543c
%doc AUTHORS COPYING
cf543c
%{_libdir}/*.so.*
cf543c
cf543c
%files devel
cf543c
%defattr(-,root,root,-)
cf543c
%{_includedir}/%{name}
cf543c
%{_libdir}/*.so
cf543c
%{_libdir}/pkgconfig/libmodman-2.0.pc
cf543c
%{_datadir}/cmake/Modules/Findlibmodman.cmake
cf543c
cf543c
%changelog
cf543c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-6
cf543c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
cf543c
cf543c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-5
cf543c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
cf543c
cf543c
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-4
cf543c
- Rebuilt for c++ ABI breakage
cf543c
cf543c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-3
cf543c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
cf543c
cf543c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
cf543c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
cf543c
cf543c
* Tue Sep 07 2010 Nicolas Chauvet <kwizart@gmail.com> - 2.0.1-1
cf543c
- Update to 2.0.1
cf543c
cf543c
* Tue Aug 31 2010 Nicolas Chauvet <kwizart@gmail.com> - 2.0.0-1
cf543c
- Update to 2.0.0
cf543c
cf543c
* Sat Jul 03 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.0.1-5
cf543c
- Remove conflict with libproxy, its not really necessary since
cf543c
  we already have the latest libproxy in rawhide.
cf543c
cf543c
* Sun Jun 20 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.0.1-4
cf543c
- Remove docs from -devel package
cf543c
- Upgrade cmake requirement to 2.8.0
cf543c
- Add cmake to -devel requires
cf543c
cf543c
* Fri Jun 18 2010 Nathaniel McCallum - 1.0.1-3
cf543c
- Add docs to -devel package
cf543c
- Fix include directory ownership
cf543c
cf543c
* Fri Jun 18 2010 Nathaniel McCallum - 1.0.1-2
cf543c
- Added BuildRequires on zlib-devel (used for tests)
cf543c
cf543c
* Sun Jun 13 2010 Nathaniel McCallum <nathaniel@natemccallum.com> - 1.0.1-1
cf543c
- First release