Author: qboosh Date: Fri Oct 21 12:33:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - 0.99.1 (X11R7.0-RC1) - removed outdated man patch
---- Files affected: SPECS: xorg-app-bitmap.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/xorg-app-bitmap.spec diff -u SPECS/xorg-app-bitmap.spec:1.5 SPECS/xorg-app-bitmap.spec:1.6 --- SPECS/xorg-app-bitmap.spec:1.5 Sat Aug 27 23:46:17 2005 +++ SPECS/xorg-app-bitmap.spec Fri Oct 21 14:33:32 2005 @@ -2,20 +2,21 @@ Summary: bitmap application Summary(pl): Aplikacja bitmap Name: xorg-app-bitmap -Version: 0.99.0 -Release: 0.02 +Version: 0.99.1 +Release: 0.1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/X11R7.0-RC0/app/bitmap-%{version}.tar.bz2 -# Source0-md5: 6ca0107e13f3906f044ce7a855c5379d -Patch0: bitmap-man.patch +Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/bitmap-%{version}.tar.bz2 +# Source0-md5: 70666e51c5da02e9c09d4a2fe89fc1e4 URL: http://xorg.freedesktop.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: pkgconfig >= 0.19 BuildRequires: xorg-data-xbitmaps BuildRequires: xorg-lib-libXaw-devel -BuildRequires: xorg-util-util-macros +BuildRequires: xorg-util-util-macros >= 0.99.1 +# for dirs (only???) +Requires: xorg-data-xbitmaps BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -26,7 +27,6 @@ %prep %setup -q -n bitmap-%{version} -%patch0 -p1 %build %{__aclocal} @@ -41,17 +41,19 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT \ + appmandir=%{_mandir}/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%{_sysconfdir}/X11/app-defaults/* +%doc ChangeLog %attr(755,root,root) %{_bindir}/* +%{_libdir}/X11/app-defaults/* %{_includedir}/X11/bitmaps/* -%{_mandir}/man1/*.1* +%{_mandir}/man1/*.1x* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -59,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2005/10/21 12:33:32 qboosh +- 0.99.1 (X11R7.0-RC1) +- removed outdated man patch + Revision 1.5 2005/08/27 21:46:17 qboosh - sorted BRs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-bitmap.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
