Hello community,

here is the log from the commit of package dpic for openSUSE:Factory checked in 
at 2012-09-11 09:05:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpic (Old)
 and      /work/SRC/openSUSE:Factory/.dpic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpic", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpic/dpic.changes        2012-07-22 
15:08:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpic.new/dpic.changes   2012-09-11 
09:05:25.000000000 +0200
@@ -0,0 +1,13 @@
+-------------------------------------------------------------------
+Thu Sep  6 07:54:03 UTC 2012 - [email protected]
+
+- license update: BSD-2-Clause and CC-BY-3.0
+  dpicdoc.pdf is CC-BY-3.0 licensed according to dpic/README
+
+-------------------------------------------------------------------
+Thu Aug 16 06:44:35 UTC 2012 - [email protected]
+
+- separate dpic-doc package
+- using %optflags for build
+
+-------------------------------------------------------------------

Old:
----
  makefile.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dpic.spec ++++++
--- /var/tmp/diff_new_pack.eH1xl7/_old  2012-09-11 09:05:30.000000000 +0200
+++ /var/tmp/diff_new_pack.eH1xl7/_new  2012-09-11 09:05:30.000000000 +0200
@@ -17,35 +17,47 @@
 
 
 Name:           dpic
-Url:            http://www.ece.uwaterloo.ca/~aplevich/dpic/
-Summary:        Pic language processor
-License:        BSD-2-Clause
-Group:          Productivity/Publishing/Other
 Version:        2012.07.14
 Release:        0
-Source0:        %name-%{version}.tar.gz
-Patch0:         makefile.patch
+Summary:        Pic language processor
+License:        BSD-2-Clause and CC-BY-3.0
+Group:          Productivity/Publishing/Other
+Url:            http://www.ece.uwaterloo.ca/~aplevich/dpic/
+Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Pic language processor for LaTeX documents or web sites.
 
+%package doc
+Summary:        Documentation for dpic
+Group:          Documentation/Other
+BuildArch:      noarch
+
+%description doc
+
+This package contains the documentation for dpic.
+
 %prep
 %setup -n %{name} -q
-%patch0
+chmod 644 CHANGES
 
 %build
+export CFLAGS="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-INSTALL_ROOT=%{buildroot} PREFIX=%{_prefix}
-%makeinstall
+%make_install PREFIX=%{_prefix}
 install -Dm 644 doc/dpic.1 %{buildroot}%{_mandir}/man1/dpic.1
 
 %files
-%defattr(-,root,root,-)
-%_bindir/%{name}
-%doc README CHANGES doc/dpicdoc.pdf
-%_mandir/man1/dpic.1*
+%defattr(-,root,root)
+%{_bindir}/%{name}
+%doc README CHANGES
+%{_mandir}/man1/dpic.1*
+
+%files doc
+%defattr(-,root,root)
+%doc doc/dpicdoc.pdf
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to