Scribus for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.6 KiB

13 years ago
%define package scribus
11 years ago
%define version 1.4.3
%define release 1
13 years ago
Name: wpkg-%{package}
Version: %{version}
13 years ago
Release: %{release}%{?dist}
Summary: %{package} for WPKG on iPasserelle
Group: System/Softwares
URL: http://www.ipasserelle.com
Source0: %{name}-%{version}.tar.gz
License: misc
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: unix2dos
Requires: ipasserelle-gp
Requires: wpkg-ghostscript
13 years ago
%description
%{package} for WPKG on iPasserelle
%prep
%setup -q -n %{name}-%{version}
%build
unix2dos packages/*
%install
/bin/rm -rf %{buildroot}
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/packages
mkdir -p %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}
cp -r softwares/* %{buildroot}/home/e-smith/files/shares/wpkg/files/softwares/%{package}/
cp -r packages/* %{buildroot}/home/e-smith/files/shares/wpkg/files/packages/
%files
%defattr(-,root,root)
%doc CHANGELOG.git
/home/e-smith/files/shares/wpkg/files/
%clean
/bin/rm -rf %{buildroot}
%changelog
11 years ago
* Tue Aug 20 2013 Daniel Berteaud <daniel@firewall-services.com> 1.4.3-1
- update to 1.4.3
12 years ago
* Fri Mar 15 2013 Daniel Berteaud <daniel@firewall-services.com> 1.4.2-3
- Fix install check on x64
* Fri Mar 15 2013 Daniel Berteaud <daniel@firewall-services.com> 1.4.2-2
- FIx INSTALL_PATH on x64
12 years ago
* Mon Mar 11 2013 Daniel Berteaud <daniel@firewall-services.com> 1.4.2-1
- update to 1.4.2
* Thu Jun 7 2012 Daniel Berteaud <daniel@firewall-services.com> 1.4.1
- Change version scheme
13 years ago
* Tue Jun 5 2012 Daniel Berteaud <daniel@firewall-services.com>
13 years ago
- initial release with Scribus 1.4.1
13 years ago