~ubuntu-branches/ubuntu/trusty/tclcurl/trusty

« back to all changes in this revision

Viewing changes to packages/Linux/tclcurl-7.19.6.spec

  • Committer: Package Import Robot
  • Author(s): Sven Hoexter
  • Date: 2012-06-02 20:48:44 UTC
  • mfrom: (1.2.9) (4.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120602204844-vi72mu1if5trqssn
Tags: 7.22.0-1
* New upstream release
  + Remove debian/patches/deprecated-curl-types - fixed upstream.
  + Build-depend on libcurl4-gnutls-dev (>= 7.22.0).
  + Refresh all patches.
* Remove overrides for dh_clean and dh_installexamples. All the
  build artefacts which required special handling are no longer
  included in the upstream tarball.
* Switch to dh compat level 9, build-depend on debhelper (>= 9).
* Switch LDFLAGS to DEB_LDFLAGS_MAINT_PREPEND.
* Change Standards-Version to 3.9.3 - no changes required.
* Update copyright year and download location in debian/copyright.
* Update homepage in debian/watch and debian/control.
* Continue to move the libs to /usr/lib/tcltk/ for now against
  the will of the buildsystem. Original installation path is
  now architecture dependend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Name: tclcurl
2
 
Version: 7.19.6
3
 
Release: 1
4
 
License: BSD revised
5
 
Group:  Development/Libraries
6
 
Packager: Andres Garcia <fandom@telefonica.net>
7
 
Vendor: Fandom Enterprise
8
 
Source: http://personal1.iddeo.es/andresgarci/tclcurl/download/tarball/tclcurl-7.19.6.tar.gz
9
 
Summary: A Tcl interface for libcurl.
10
 
 
11
 
%description
12
 
 
13
 
TclCurl provides a binding to libcurl, with it you can upload
14
 
and download files using FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE or  LDAP syntax.
15
 
 
16
 
%prep
17
 
%setup
18
 
 
19
 
%build
20
 
./configure --mandir=/usr/share/man --prefix=/usr
21
 
make
22
 
 
23
 
%install
24
 
make install
25
 
mkdir -p /usr/share/doc/tclcurl-7.19.6/tests
26
 
cp -f ReadMe.txt               /usr/share/doc/tclcurl-7.19.6/
27
 
cp -f ToDo.txt                 /usr/share/doc/tclcurl-7.19.6/
28
 
cp -f license.terms            /usr/share/doc/tclcurl-7.19.6/
29
 
cp -f doc/tclcurl.html         /usr/share/doc/tclcurl-7.19.6/
30
 
cp -f doc/tclcurl_multi.html   /usr/share/doc/tclcurl-7.19.6/
31
 
cp -f doc/tclcurl_share.html   /usr/share/doc/tclcurl-7.19.6/
32
 
cp -f doc/aolserver.txt        /usr/share/doc/tclcurl-7.19.6/
33
 
cp -f tests/*.tcl              /usr/share/doc/tclcurl-7.19.6/tests
34
 
 
35
 
%files
36
 
/usr/lib/TclCurl7.19.6/
37
 
/usr/share/doc/tclcurl-7.19.6/
38
 
/usr/share/man/mann/tclcurl.n.gz
39
 
/usr/share/man/mann/tclcurl_multi.n.gz
40
 
/usr/share/man/mann/tclcurl_share.n.gz
41
 
 
42