rpms/digikamimageplugins-doc/devel digikamimageplugins-doc-0.8.2-noarch.patch, NONE, 1.1 digikamimageplugins-doc.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Oct 4 12:38:33 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/digikamimageplugins-doc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3430/devel

Modified Files:
	.cvsignore sources 
Added Files:
	digikamimageplugins-doc-0.8.2-noarch.patch 
	digikamimageplugins-doc.spec 
Log Message:
auto-import digikamimageplugins-doc-0.8.2-2 on branch devel from digikamimageplugins-doc-0.8.2-2.src.rpm

digikamimageplugins-doc-0.8.2-noarch.patch:

--- NEW FILE digikamimageplugins-doc-0.8.2-noarch.patch ---
--- digikam-doc-0.8.2-r1/admin/configure.in.min.CANONICAL	2006-07-12 13:48:29.000000000 -0500
+++ digikam-doc-0.8.2-r1/admin/configure.in.min	2006-08-31 14:56:58.000000000 -0500
@@ -31,7 +31,7 @@
 unset CDPATH
 
 dnl Checking host/target/build systems, for make, install etc.
-AC_CANONICAL_SYSTEM 
+dnl AC_CANONICAL_SYSTEM 
 dnl Perform program name transformation
 AC_ARG_PROGRAM
 


--- NEW FILE digikamimageplugins-doc.spec ---

Name:		digikamimageplugins-doc
Version:	0.8.2
Release:	2%{?dist}	
Summary:	Documentation for digiKamimageplugins

Group:		Documentation
License:	GFDL
URL:		http://www.digikam.org/
Source0:	http://dl.sourceforge.net/sourceforge/digikam/digikamimageplugins-doc-%{version}-r1.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

# Either use this patch or use ./configure --target below
# to trick this into a .noarch build -- Rex
Patch1:		digikamimageplugins-doc-0.8.2-noarch.patch

#BuildRequires:	automake libtool
BuildRequires:	kdelibs-devel
Requires:	digikamimageplugins = %{version}

%description
%{summary}.


%prep
%setup -q -n %{name}-%{version}-r1

#patch1 -p1 -b .noarch
#make -f admin/Makefile.common


%build
%configure --target=%{_build_cpu}

make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

## File lists
# locale's
%find_lang %{name} || touch %{name}.lang
# HTML (1.0)
HTML_DIR=$(kde-config --expandvars --install html)
for lang_dir in $RPM_BUILD_ROOT$HTML_DIR/* ; do
  if [ -d $lang_dir ]; then
    lang=$(basename $lang_dir)
    echo "%lang($lang) $HTML_DIR/$lang/*" >> %{name}.lang
    # replace absolute symlinks with relative ones
    pushd $lang_dir
      for i in *; do
        [ -d $i -a -L $i/common ] && rm -f $i/common && ln -sf ../common $i/common
      done
    popd
  fi
done



%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog README


%changelog
* Mon Oct 02 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-2
- Release: use %%{?dist}
- Source: include URL that actually works

* Fri Sep 01 2006 Rex Dieter <rexdieter[AT]users.sf.net> 0.8.2-1
- 0.8.2 (first try)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/digikamimageplugins-doc/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Oct 2006 12:37:13 -0000	1.1
+++ .cvsignore	4 Oct 2006 12:38:33 -0000	1.2
@@ -0,0 +1 @@
+digikamimageplugins-doc-0.8.2-r1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/digikamimageplugins-doc/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Oct 2006 12:37:13 -0000	1.1
+++ sources	4 Oct 2006 12:38:33 -0000	1.2
@@ -0,0 +1 @@
+9735437a0f385e28c2179ea25965d78f  digikamimageplugins-doc-0.8.2-r1.tar.bz2




More information about the fedora-extras-commits mailing list