Hello community,

here is the log from the commit of package dpic for openSUSE:Factory
checked in at Thu Jul 7 15:40:25 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/dpic/dpic.changes      2011-06-16 
19:43:22.000000000 +0200
@@ -0,0 +1,21 @@
+Thu Jun 16 17:41:05 UTC 2011 - [email protected]
+
+- update to version 2011.06.05
+
+-------------------------------------------------------------------
+Fri Mar 18 13:51:14 UTC 2011 - [email protected]
+
+- update to version 2011.03.17
+  * Compile #elif for OpenBSD
+
+-------------------------------------------------------------------
+Sat Jan  1 10:29:52 UTC 2011 - [email protected]
+
+- update to version 2010.12.30
+  * Reworked for loops to allow assignment to the loop variable.
+
+-------------------------------------------------------------------
+Thu Dec  9 17:56:18 UTC 2010 - [email protected]
+
+- initial package
+- version 2010.12.08
\ No newline at end of file

calling whatdependson for head-i586


New:
----
  dpic-2011.06.05.tar.gz
  dpic.changes
  dpic.spec
  makefile.patch

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

Other differences:
------------------
++++++ dpic.spec ++++++
#
# spec file for package dpic
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           dpic
Url:            http://www.ece.uwaterloo.ca/~aplevich/dpic/
License:        BSD
Group:          Productivity/Publishing/Other
Summary:        Pic language processor
Version:        2011.06.05
Release:        1
Source0:        %name-%{version}.tar.gz
Patch0:         makefile.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Pic language processor for LaTeX documents or web sites.



Authors:
--------
    J. D. Aplevich <aplevich at uwaterloo dot ca >


%prep
%setup -n %{name} -q
%patch0

%build
make

%install
INSTALL_ROOT=%{buildroot} PREFIX=%{_prefix}
%makeinstall
install -Dm 644 doc/dpic.1 %{buildroot}%{_mandir}/man1/dpic.1

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%_bindir/%{name}
%doc README CHANGES doc/dpicdoc.pdf
%_mandir/man1/dpic.1*

%changelog
++++++ makefile.patch ++++++
--- Makefile.orig       2010-12-08 21:40:36.000000000 +0300
+++ Makefile    2010-12-09 21:28:19.390204425 +0300
@@ -2,7 +2,7 @@
 
 # For Linux (expects "make DESTDIR=xxx PREFIX=yyy install"):
 DESTDIR = $${HOME}
-PREFIX = .
+PREFIX = usr
 DEST = ${DESTDIR}/${PREFIX}/bin
 
 # For manual installation (uncomment and change as necessary):

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



Remember to have fun...

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

Reply via email to