]> git.pld-linux.org Git - packages/XFree86-doc.git/commitdiff
- updated to 4.3.0, removed Imakefiles
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Mar 2003 17:28:04 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    XFree86-doc.spec -> 1.28

XFree86-doc.spec

index 97693548da28488e6ac8b897d4f66ff224bb48ed..498e293d74797cd258c80b76fc5e39d77df479f6 100644 (file)
@@ -2,13 +2,14 @@
 %define                _sver %(echo %{version} | tr -d .)
 
 Summary:       XFree86 Programmers documentation
-Summary(pl):   XFree86 Dokumentacja dla programistów
+Summary(pl):   XFree86 - dokumentacja dla programistów
 Name:          XFree86-doc
-Version:       4.2.0
-Release:       3
+Version:       4.3.0
+Release:       1
 License:       MIT
 Group:         X11/XFree86
-Source0:       ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-3.tgz
+# X%{_sver}src-6.tgz contains docs in other formats
+Source0:       ftp://ftp.xfree86.org/pub/XFree86/%{version}/source/X%{_sver}src-7.tgz
 Buildarch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -26,6 +27,8 @@ programowania aplikacji X Window. Format: skompresowany PostScript.
 %prep
 %setup -q -c
 
+find . -name Imakefile | xargs rm -f
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.09697 seconds and 4 git commands to generate.