]> git.pld-linux.org Git - packages/xorg-app-xcalc.git/commitdiff
- 0.99.1 (X11R7.0-RC1)
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 21 Oct 2005 22:47:50 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed outdated man patch

Changed files:
    xorg-app-xcalc.spec -> 1.6

xorg-app-xcalc.spec

index 62cc894de63fcc8c862b7f66bb192fd6da670cde..1b0e988711e60eea9aaae5c1c114f945d3a1ffd1 100644 (file)
@@ -1,19 +1,18 @@
 Summary:       xcalc application
 Summary(pl):   Aplikacja xcalc
 Name:          xorg-app-xcalc
-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/xcalc-%{version}.tar.bz2
-# Source0-md5: ce8f4e730292c97b4da28d68abd23416
-Patch0:                xcalc-man.patch
+Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xcalc-%{version}.tar.bz2
+# Source0-md5: 5c6589e3a1d6ac7cf76a0b5a9d40f7ce
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
 BuildRequires: pkgconfig >= 0.19
 BuildRequires: xorg-lib-libXaw-devel
-BuildRequires: xorg-util-util-macros
+BuildRequires: xorg-util-util-macros >= 0.99.1
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -24,7 +23,6 @@ Aplikacja xcalc.
 
 %prep
 %setup -q -n xcalc-%{version}
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -39,13 +37,15 @@ Aplikacja xcalc.
 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}/*
-%{_mandir}/man1/*.1*
+%{_libdir}/X11/app-defaults/*
+%{_mandir}/man1/*.1x*
This page took 0.100264 seconds and 4 git commands to generate.